home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6366
/
6366.xpi
/
chrome
/
firegestures.jar
/
skin
/
classic
/
firegestures
/
prefs.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-04-26
|
1KB
|
76 lines
prefwindow {
min-width: 42em;
}
radio[pane] {
list-style-image: url("chrome://firegestures/skin/prefs.png");
}
radio[pane="mainPane"] {
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
radio[pane="mainPane"]:hover,
radio[pane="mainPane"][selected="true"] {
-moz-image-region: rect(32px, 32px, 64px, 0px);
}
radio[pane="mappingPane"] {
-moz-image-region: rect(0px, 64px, 32px, 32px);
}
radio[pane="mappingPane"]:hover,
radio[pane="mappingPane"][selected="true"] {
-moz-image-region: rect(32px, 64px, 64px, 32px);
}
radio[pane="advancedPane"] {
-moz-image-region: rect(0px, 96px, 32px, 64px);
}
radio[pane="advancedPane"]:hover,
radio[pane="advancedPane"][selected="true"] {
-moz-image-region: rect(32px, 96px, 64px, 64px);
}
button[group="mouseTrail"] {
min-width: 3em !important;
}
#mouseTrailSample {
border-top: 1px solid transparent;
width: 32px;
}
treechildren::-moz-tree-cell-text(category) {
color: #707070;
margin-left: 6px;
margin-right: 2px;
}
treechildren::-moz-tree-drop-feedback {
width: 1000px;
margin-left: -100px;
}
#mappingButtons {
padding: 8px 0px 10px 0px;
}
menulist {
width: 18em;
}
menuseparator {
border-top: 1px solid GrayText;
}
hbox.prefWindow-dlgbuttons {
-moz-box-align: center;
}
button[dlgtype="extra2"] {
display: none;
}